Add reference documentation for Microsoft.OpenSSH.SSHD/Windows#934
Add reference documentation for Microsoft.OpenSSH.SSHD/Windows#934Gijsreyn wants to merge 3 commits intoPowerShell:mainfrom
Conversation
598a6fe to
e0fedee
Compare
e0fedee to
fa1b824
Compare
adb4db3 to
c6dba04
Compare
| - The resource must run at least under a Windows Server 2019 or Windows 10 (build 1809) | ||
| operating system. |
There was a problem hiding this comment.
| - The resource must run at least under a Windows Server 2019 or Windows 10 (build 1809) | |
| operating system. | |
| - The resource must run under a Windows Server 2019 or Windows 10 (build 1809) operating system or | |
| later. |
| ``` | ||
|
|
||
| </details> | ||
|
|
There was a problem hiding this comment.
Missing description for this resource property - presumably it's the full configuration as an object?
There was a problem hiding this comment.
The resource is only usable with export, but requires the map property to be defined, so do users need to export it with an empty object? Does the resource use the object for filtering during an export operation?
There was a problem hiding this comment.
@tgauth mind filling in the gap here? I couldn't quickly find it from the resource.
There was a problem hiding this comment.
Missing description for this resource property - presumably it's the full configuration as an object?
Yes, exactly!
The resource is only usable with export, but requires the
mapproperty to be defined, so do users need to export it with an empty object? Does the resource use the object for filtering during an export operation?
Users do not need to export with an empty object. Schema is still a work in progress :) have an open PR that will shift to not requiring the map and simply permit additional properties
There was a problem hiding this comment.
Thanks, Tess. I'll wait for that PR to get merged and update this one.
c6dba04 to
8df2b25
Compare
8df2b25 to
3509e6b
Compare
PR Summary
As part of #665, this PR adds reference documentation for the Microsoft.OpenSSH.SSHD/Windows resource.
PR Context